1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPASSWORD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.TextBox1 = New System.Windows.Forms.TextBox
26         Me.SuspendLayout()
27         
'
28         
'TextBox1
29         
'
30         Me.TextBox1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
31         Me.TextBox1.Location = New System.Drawing.Point(
4, 11)
32         Me.TextBox1.Name =
"TextBox1"
33         Me.TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
34         Me.TextBox1.Size = New System.Drawing.Size(
235, 30)
35         Me.TextBox1.TabIndex =
0
36         
'
37         
'FrmPASSWORD
38         
'
39         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
40         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
41         Me.ClientSize = New System.Drawing.Size(
245, 49)
42         Me.Controls.Add(Me.TextBox1)
43         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
44         Me.MaximizeBox = False
45         Me.MinimizeBox = False
46         Me.Name =
"FrmPASSWORD"
47         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
48         Me.Text =
"ADMIN ACCESS"
49         Me.ResumeLayout(False)
50         Me.PerformLayout()
51
52     End Sub
53     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
54 End Class


Gõ tìm kiếm nhanh...